* charset.h (struct charset.code_space): Now has 15 elements, not 16.
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 1 May 2011 16:27:34 +0000 (09:27 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 1 May 2011 16:27:34 +0000 (09:27 -0700)
commit168ec0a3dda73614014f8685615d651bc1666d29
tree70f0f7328fe0006fb1945e8ffae7bb735c8e98bc
parentbbc9168121fc9b0b0ac3b9f1f13e1af67a77b65b
* charset.h (struct charset.code_space): Now has 15 elements, not 16.

* charset.c (Fdefine_charset_internal): Don't initialize
charset.code_space[15].  The value was garbage, on hosts with
32-bit int.
src/ChangeLog
src/charset.c
src/charset.h